<?xml version="1.0"?>


<!DOCTYPE rdf:RDF [
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
    <!ENTITY dc "http://purl.org/dc/elements/1.1/" >
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY ont "http://esipfed.org/toolmatch/0/3/ont.owl#" >
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>


<rdf:RDF xmlns="http://esipfed.org/toolmatch/0/3/ont.owl#"
     xml:base="http://esipfed.org/toolmatch/0/3/ont.owl"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
     xmlns:ont="http://esipfed.org/toolmatch/0/3/ont.owl#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <owl:Ontology rdf:about="">
        <rdfs:label rdf:datatype="&xsd;string"
            >Tool Match Ontology</rdfs:label>
        <owl:versionInfo rdf:datatype="&xsd;string">0.3</owl:versionInfo>
        <dc:date rdf:datatype="&xsd;date">2012-12-03</dc:date>
        <rdfs:comment rdf:datatype="&xsd;string"
            >Tool Match Ontology created by ESIP Semantic Web Cluster.</rdfs:comment>
    </owl:Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    <owl:AnnotationProperty rdf:about="&dc;date"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#compatibleWith -->

    <owl:ObjectProperty rdf:about="#compatibleWith"/>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#griddedBy -->

    <owl:ObjectProperty rdf:about="#griddedBy">
        <rdfs:subPropertyOf rdf:resource="#visualizedBy"/>
    </owl:ObjectProperty>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#grids -->

    <owl:ObjectProperty rdf:about="#grids">
        <owl:inverseOf rdf:resource="#griddedBy"/>
        <rdfs:subPropertyOf rdf:resource="#visualizes"/>
    </owl:ObjectProperty>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#hasAccessibility -->

    <owl:ObjectProperty rdf:about="#hasAccessibility">
        <rdfs:range rdf:resource="#DataAccess"/>
        <rdfs:domain rdf:resource="#DataCollection"/>
    </owl:ObjectProperty>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#hasDataFormat -->

    <owl:ObjectProperty rdf:about="#hasDataFormat"/>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#mappedBy -->

    <owl:ObjectProperty rdf:about="#mappedBy">
        <owl:inverseOf rdf:resource="#maps"/>
        <rdfs:subPropertyOf rdf:resource="#visualizedBy"/>
    </owl:ObjectProperty>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#maps -->

    <owl:ObjectProperty rdf:about="#maps">
        <rdfs:subPropertyOf rdf:resource="#visualizes"/>
    </owl:ObjectProperty>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#usesConvention -->

    <owl:ObjectProperty rdf:about="#usesConvention"/>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#usesGridType -->

    <owl:ObjectProperty rdf:about="#usesGridType">
        <rdfs:subPropertyOf rdf:resource="#usesConvention"/>
    </owl:ObjectProperty>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#visualizedBy -->

    <owl:ObjectProperty rdf:about="#visualizedBy">
        <rdfs:subPropertyOf rdf:resource="#compatibleWith"/>
        <owl:inverseOf rdf:resource="#visualizes"/>
    </owl:ObjectProperty>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#visualizes -->

    <owl:ObjectProperty rdf:about="#visualizes">
        <rdfs:subPropertyOf rdf:resource="#compatibleWith"/>
    </owl:ObjectProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#DataAccess -->

    <owl:Class rdf:about="#DataAccess"/>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#DataCollection -->

    <owl:Class rdf:about="#DataCollection"/>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#DataCollectionRule1 -->

    <owl:Class rdf:about="#DataCollectionRule1">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#DataCollection"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#hasAccessibility"/>
                                <owl:hasValue rdf:resource="#OPeNDAP"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#hasDataFormat"/>
                                <owl:hasValue rdf:resource="#NetCDF"/>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#usesGridType"/>
                                <owl:hasValue rdf:resource="#AuxiliaryLatLonGrid"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#usesGridType"/>
                                <owl:hasValue rdf:resource="#RegularLatLonGrid"/>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#usesConvention"/>
                        <owl:hasValue rdf:resource="#CF1Convention"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="#DataCollection"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#mappedBy"/>
                        <owl:hasValue rdf:resource="#IDV"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#mappedBy"/>
                        <owl:hasValue rdf:resource="#McIDAS-V"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#mappedBy"/>
                        <owl:hasValue rdf:resource="#Panoply"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#DataCollectionRule2 -->

    <owl:Class rdf:about="#DataCollectionRule2">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#DataCollection"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#hasAccessibility"/>
                                <owl:hasValue rdf:resource="#OPeNDAP"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#hasDataFormat"/>
                                <owl:hasValue rdf:resource="#NetCDF"/>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#usesConvention"/>
                        <owl:hasValue rdf:resource="#CF1Convention"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#usesGridType"/>
                        <owl:hasValue rdf:resource="#RegularLatLonGrid"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="#DataCollection"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#mappedBy"/>
                        <owl:hasValue rdf:resource="#Ferret"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#mappedBy"/>
                        <owl:hasValue rdf:resource="#GrADS"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#DataCollectionRule3 -->

    <owl:Class rdf:about="#DataCollectionRule3">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#DataCollection"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#hasAccessibility"/>
                                <owl:hasValue rdf:resource="#OPeNDAP"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#hasDataFormat"/>
                                <owl:hasValue rdf:resource="#NetCDF"/>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#usesConvention"/>
                        <owl:hasValue rdf:resource="#CF1Convention"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#usesGridType"/>
                        <owl:hasValue rdf:resource="#AuxiliaryLatLonGrid"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="#DataCollection"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#griddedBy"/>
                <owl:hasValue rdf:resource="#Ferret"/>
            </owl:Restriction>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#DataConvention -->

    <owl:Class rdf:about="#DataConvention">
        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
    </owl:Class>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#DataFormat -->

    <owl:Class rdf:about="#DataFormat"/>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#DataGridType -->

    <owl:Class rdf:about="#DataGridType">
        <rdfs:subClassOf rdf:resource="#DataConvention"/>
    </owl:Class>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#OPeNDAPAccessibleDataCollection -->

    <owl:Class rdf:about="#OPeNDAPAccessibleDataCollection">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#DataCollection"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#hasAccessibility"/>
                                <owl:hasValue rdf:resource="#GrADSDataServer"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#hasAccessibility"/>
                                <owl:hasValue rdf:resource="#Hyrax"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#hasAccessibility"/>
                                <owl:hasValue rdf:resource="#ThreddsDataServer"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#hasAccessibility"/>
                                <owl:hasValue rdf:resource="#erddap"/>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="#DataCollection"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAccessibility"/>
                <owl:hasValue rdf:resource="#OPeNDAP"/>
            </owl:Restriction>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#OpenLayersCompatibleCollection -->

    <owl:Class rdf:about="#OpenLayersCompatibleCollection">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#DataCollection"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAccessibility"/>
                        <owl:hasValue rdf:resource="#WMS"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="#DataCollection"/>
    </owl:Class>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#Tool -->

    <owl:Class rdf:about="#Tool"/>
    


    <!-- http://www.w3.org/2002/07/owl#Thing -->

    <owl:Class rdf:about="&owl;Thing"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Individuals
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#AuxiliaryLatLonGrid -->

    <DataGridType rdf:about="#AuxiliaryLatLonGrid">
        <rdf:type rdf:resource="&owl;Thing"/>
    </DataGridType>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#CF1Convention -->

    <owl:Thing rdf:about="#CF1Convention">
        <rdf:type rdf:resource="#DataConvention"/>
    </owl:Thing>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#Ferret -->

    <Tool rdf:about="#Ferret">
        <rdf:type rdf:resource="&owl;Thing"/>
    </Tool>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#GrADS -->

    <owl:Thing rdf:about="#GrADS">
        <rdf:type rdf:resource="#Tool"/>
    </owl:Thing>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#GrADSDataServer -->

    <owl:Thing rdf:about="#GrADSDataServer">
        <rdf:type rdf:resource="#DataAccess"/>
    </owl:Thing>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#Hyrax -->

    <owl:Thing rdf:about="#Hyrax">
        <rdf:type rdf:resource="#DataAccess"/>
    </owl:Thing>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#IDV -->

    <owl:Thing rdf:about="#IDV">
        <rdf:type rdf:resource="#Tool"/>
    </owl:Thing>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#McIDAS-V -->

    <Tool rdf:about="#McIDAS-V">
        <rdf:type rdf:resource="&owl;Thing"/>
    </Tool>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#MyMapCollection -->

    <DataCollection rdf:about="#MyMapCollection">
        <rdf:type rdf:resource="&owl;Thing"/>
        <hasAccessibility rdf:resource="#WMS"/>
    </DataCollection>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#NetCDF -->

    <DataFormat rdf:about="#NetCDF">
        <rdf:type rdf:resource="&owl;Thing"/>
    </DataFormat>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#OPeNDAP -->

    <DataAccess rdf:about="#OPeNDAP">
        <rdf:type rdf:resource="&owl;Thing"/>
    </DataAccess>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#OpenLayers -->

    <Tool rdf:about="#OpenLayers">
        <rdf:type rdf:resource="&owl;Thing"/>
    </Tool>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#Panoply -->

    <Tool rdf:about="#Panoply">
        <rdf:type rdf:resource="&owl;Thing"/>
    </Tool>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#RegularLatLonGrid -->

    <DataGridType rdf:about="#RegularLatLonGrid">
        <rdf:type rdf:resource="&owl;Thing"/>
    </DataGridType>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#TestDataCollection -->

    <owl:Thing rdf:about="#TestDataCollection">
        <rdf:type rdf:resource="#DataCollection"/>
        <usesConvention rdf:resource="#CF1Convention"/>
        <hasAccessibility rdf:resource="#Hyrax"/>
        <usesGridType rdf:resource="#RegularLatLonGrid"/>
    </owl:Thing>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#ThreddsDataServer -->

    <DataAccess rdf:about="#ThreddsDataServer">
        <rdf:type rdf:resource="&owl;Thing"/>
    </DataAccess>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#WMS -->

    <owl:Thing rdf:about="#WMS">
        <rdf:type rdf:resource="#DataAccess"/>
    </owl:Thing>
    


    <!-- http://esipfed.org/toolmatch/0/3/ont.owl#erddap -->

    <owl:Thing rdf:about="#erddap">
        <rdf:type rdf:resource="#DataAccess"/>
    </owl:Thing>
</rdf:RDF>



<!-- Generated by the OWL API (version 2.2.1.1138) http://owlapi.sourceforge.net -->

